README for Nodoka theme

This theme is designed and created by Martin Sourada <martin.sourada@seznam.cz>
and Daniel Geiger <dgeiger_343@yahoo.com> with support and help from the Fedora 
community <http://fedoraproject.org> and <http://fedoraforum.org>.

This theme is released under GNU GPLv2. Please read the COPYING file for more
info.

To install:

./configure --prefix=/usr --enable-animation; make ; make install

To uninstall:
	
	make uninstall

Gtkrc configuration options:

 * animation = TRUE, FALSE			# FALSE = disabled, TRUE = enabled
 * contrast = 1.0				# double value, sets the contrast on borders and gradient backgrounds
 * gradients = TRUE, FALSE			# use gradients
 * hilight_ratio = 0.909090909			# currently has no effect, will probably go away in a future release
 * listviewheaderstyle = 0, 1, 2		# 0 = flat, 1 = gradient, 2 = raised
 * listviewstyle = 0, 1				# 0 = nothing, 1 = dotted
 * menubarstyle = 0, 1, 2			# 0 = flat, 1 = normal gradient, 2 = menubar gradient
 * roundness = 0, 1, 2, 3...			# set the roundness of widgets
 * scrollbar_color = six-digit hex value	# set custom scrollbar color
 * scrollbarstyle = 0, 1, 2			# 0 = no handles, 1 = circles, 2 = bars
 * stripes = TRUE, FALSE			# use stripes in menuitems, progressbars and scrollbars
